home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 324 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.danadata.dk!usenet
  2. From: hendis@aix1.danadata.dk (Henrik Dissing)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AmiTCP/PPP/Amosaic problem
  5. Date: 9 Jan 1996 18:30:45 GMT
  6. Organization: DanaData Internet Services
  7. Message-ID: <1149.6582T810T963@aix1.danadata.dk>
  8. References: <4c7kh8$3rr@parsifal.nando.net> <19960108.7D33088.E468@daemon.apana.org.au> <19960108.11B2908.D601@olympus.net>
  9. NNTP-Posting-Host: 193.162.156.38
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. On 08-Jan-96 23:55:21, Don Schmelling wrote:
  14.  
  15. >: The dialscript contained:
  16. >: send "ATZ"
  17. > send "ATZ\R"
  18. >: wait "OK"
  19. >: all I wanted was a response from the modem.
  20.  
  21. > The problem with that little script you wrote is that you never told the
  22. > modem that there was an EOL.  So the modem just sits there waiting for an
  23. > EOL. If you type atz in a term program you automatically hit the return key.
  24. > So you need to tell the modem the same thing when you use a script. The \r
  25. > combination signifies a <return> with my Supra Fax/Modem V.34 external, and
  26. > I believe that this is fairly standard.
  27.  
  28. > I hope you can see that the problem you are experiancing is a user error and
  29. > not a software error with the serial.device.
  30.  
  31. Don't be so cocky! :-)
  32.  
  33. Actually, the "Send" command in ppp dialscripts automatically appends an
  34. Carriage Return character (Ascii 13) after the supplied string. This
  35. also explains why everybody else can make it work without your \R trick
  36. (which wouldn't work with ppp, anyway).
  37.  
  38. --
  39. Henrik Dissing                                E-mail:  hendis@aix1.danadata.dk
  40. Tranbjerg, Denmark                            FidoNet: 2:238/24.6
  41.  
  42.  
  43.